home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 September & October
/
Amiga-CD 1996 #9-10.iso
/
aminet
/
7-96
/
lha-archive
/
aspell.lha
/
AlphaSpell
/
RemoveAS6
< prev
next >
Wrap
Text File
|
1996-05-01
|
593b
|
21 lines
; Remove AlphaSpell 6
(transcript "Removing AlphaSpell 6")
(welcome "This script will remove AlphaSpell 6 from your system.")
(if (exists "AlphaSpell:" (noreq))
(
(startup
(prompt "Removing AlphaSpell: Assign from User-Startup")
(help @startup-help)
)
(set #path (getassign "AlphaSpell"))
(makeassign "AlphaSpell")
(run (cat "delete " #path " all quiet"))
(delete #path ".info")
(message "The removal of AlphaSpell 6 is finished.")
)
(message "AlphaSpell 6 is not even installed.")
)
(exit (quiet))